home *** CD-ROM | disk | FTP | other *** search
/ Secret & Below Interoperability (Unclassified) / Secret_and_Below_Interoperability_Version_1.0_Defense_Information_Systems_Agency_June_2000.iso / Glossary.swf / scripts / DefineButton2_72 / BUTTONCONDACTION on(release).as
Text File  |  2000-03-14  |  128b  |  8 lines

  1. on(release){
  2.    tellTarget("_level0")
  3.    {
  4.       buttonNumber = "11";
  5.    }
  6.    call("Link" add eval("_level0:letter"));
  7. }
  8.